Let Us HTML           

What is HTML?

How Different from C?

HTML Elements

HTML Attributes

HTML Styles

HTML Image


Chapter 1

  1. HTML is the standard markup language for creating Web pages.
  2. HTML stands for Hyper Text Markup Language.
  3. HTML describes the structure of a Web page.
  4. HTML consists of a series of elements.
  5. HTML elements are represented by tags.
  6. HTML elements tell the browser how to display the content.
  7. Browsers do not display the HTML tags, but use them to render the content of the page.


Chapter 2


Chapter 3

  1. The html element defines the whole document.
  2. The body element defines the document body.
  3. The h1 element defines a heading.
  4. The p element defines a paragraph.
  5. HTML elements with no content are called empty elements.


Chapter 4


Chapter 5

  1. Use style attribute for styling HTML elements.
  2. Use background-color for background color.
  3. Use color for text colors.
  4. Use font-family for text fonts.
  5. Use font-size for text sizes.
  6. Use text-align for text alignment.


Chapter 6



THANK YOU for Visiting Us.Have a Nice Day.